DataSource for Entity Framework in WPF
C1.LiveLinq.Collections Namespace / IndexedCollection<T> Class
Properties Methods Events


In This Topic
    IndexedCollection<T> Class Members
    In This Topic

    The following tables list the members exposed by IndexedCollection<T>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public PropertyGets or sets a delegate that is used to create new items. If it is null, a public parameterless constructor of type T is used.  
    Public PropertyThe collection of indexes for this IndexedCollection<T>  
    Public Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodAdds the elements of the specified collection to the end of the IndexedCollection<T>  
    Public MethodSuspends notifications while massive changes are being made to the IndexedCollection<T>.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodEnds notification suspension started with BeginUpdate.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Removes all elements from the IndexedCollection<T>  
    Protected MethodOverridden. Inserts an element into the IndexedCollection<T> at the specified ordinal position.  
    Protected MethodRaises the Changed event.  
    Protected MethodOverridden. Removes the element of the IndexedCollection<T> at the specified ordinal position.  
    Protected MethodOverridden. Replaces the element at the specified ordinal position.  
    Top
    Public Events
     NameDescription
    Public EventOccurs after the collection has changed.  
    Top
    See Also